@charset "utf-8";
/* CSS Document */
body {background-color:#CCC; }
p {
	padding-right: 2px;
	margin: 0px;
	right: 5px;
}
#all { width:980px; height:auto;
	margin-left: auto;
	margin-right: auto;}

#conteneur {
	background: url(image/med.png) no-repeat center;
	background-color: #FF0004;
	color: #060;
	width:auto;
	height: 65px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: normal;
	border-color: #006633;
	border-radius: 5px;
	padding-bottom: 60px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	-webkit-box-shadow: 0px 0px #59FB8A;
	box-shadow: 0px 0px #59FB8A;
	text-shadow: 0px 0px #59FB8A;
	text-align: center;
	left: 30px;
	right: 30px;
	top: 5px;
	bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	
	
	
}
#projets {
	width: 980px;
	height: auto;
	background-color: hsla(0,0%,95%,1.00);
	border-spacing: 2px 2px;
	padding-top: 1px;
	border-top-left-radius: 5px;
	text-indent: 15px;
	}

#p { 
	width: 980px;
	height: 30px;
	
	margin-top: 5px;
	padding-top: 5px;
}


#p1 {
	color: #AFAFAF;
	width: 200px;
	height: 30px;
	float: right;
	background-color: #F8F8F8;
	border-top-left-radius: 45px;
	text-shadow: 1px 1px #FF0303;
	font-size: 20px;
	list-style-type: none;
	border-bottom-left-radius: 0px;
	text-align: center;
	border-top-right-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px 1px #ABABAB;
	box-shadow: 1px 1px 1px 1px #ABABAB;
}

#p2 {
	color: #B5B5B5;
	width: 200px;
	height: 30px;
	float: right;
	background-color: #F8F8F8;
	border-top-left-radius: 45px;
	text-shadow: 1px 1px #FF0303;
	font-size: 20px;
	list-style-type: none;
	border-bottom-left-radius: 0px;
	text-align: center;
	border-top-right-radius: 5px;
}
